home *** CD-ROM | disk | FTP | other *** search
- Path: newton.whit.org!krw
- From: krw@PROBLEM_WITH_INEWS_DOMAIN_FILE (Kenneth Whittaker)
- Newsgroups: comp.lang.c
- Subject: Re: TCP/IP: source code for Ping
- Date: 23 Feb 1996 08:07:20 GMT
- Organization: CSAC
- Message-ID: <4gjsjo$1kk@natasha.rmii.com>
- References: <824680751.4864@rockmr1.demon.co.uk>
- NNTP-Posting-Host: newton.whit.org
- X-Newsreader: TIN [version 1.2 PL2]
-
- Mark Routen (Mark@rockmr1.demon.co.uk) wrote:
- : Has anyone out there got the source code for ping.
-
- : I'm newish to C and I want to have a look at writting a easy ping
- : application.
-
- : Just to see how to access TCP/IP.
-
- : If you can help I'd be greatfull.
-
-
- : Cheers
-
- : Mark.
-
- I just got it from sol.ctr.columbia.edu in the directory /pub/net
-
- Just a quick lesson FROM a newbie so you can find things for yourself.
-
- <from inside most unix environments>
- script ping.txt
- telnet archie.rutgers.edu
- // hit enter to get invalid login
- <enter>
- // log in as archie
- archie<enter>
- // no password will be required
- prog ping
- // after text scrolls like crazy
- exit
- // exit from script shell
- exit
- view your file for ftp sites
- vi ping.txt
-
- There, you have probably found a file called ping.tar.z
- You can ftp it.. then gzip -d ping.tar.z to uncompress it.
-
- Ken.
- --
- /--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\
- \ The Whittaker's domain! /
- / Try our MUD (Multi User Domain) \
- \ Come to: /
- / aGe oF iNsaNitY \
- \ telnet to: newton.whit.org 4000 /
- /--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\--/--\
-